From: Lars Ingebrigtsen Date: Tue, 21 Sep 2021 17:04:46 +0000 (+0200) Subject: Revert "Make recent dired tests check for external executables" X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1022 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ff714466e7415c3f1cedec6702e6c52ad6674461;p=emacs.git Revert "Make recent dired tests check for external executables" This reverts commit 98a17f30b8314e40a1edefac3d542d3e105c7bd6. Reverting parent commit. --- diff --git a/test/lisp/dired-aux-tests.el b/test/lisp/dired-aux-tests.el index af0d8b09366..5888f4cd993 100644 --- a/test/lisp/dired-aux-tests.el +++ b/test/lisp/dired-aux-tests.el @@ -160,16 +160,12 @@ (ert-deftest dired-test-bug47058-tar () "test for https://debbugs.gnu.org/47058 ." - (skip-unless (and (executable-find "tar") - (executable-find "gzip"))) (dired-test-bug47058-fn "tar -cf - %i | gzip -c9 > %o" "gzip -dc %i | tar -xf - -C %c" ".tar.gz")) (ert-deftest dired-test-bug47058-zip () "test for https://debbugs.gnu.org/47058 ." - (skip-unless (and (executable-find "zip") - (executable-find "unzip"))) (dired-test-bug47058-fn "zip %o -r --filesync %i" "unzip -o -d %o %i" ".zip"))